home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 June / Chip_2002-06_cd1.bin / zkuste / delphi / kolekce / d6 / rxlibsetup.exe / {app} / units / SBSETUP.dfm / SBSETUP.txt < prev   
Encoding:
Text File  |  1999-10-12  |  2.5 KB  |  115 lines

  1. object SpeedbarSetupWindow: TSpeedbarSetupWindow
  2.   Left = 231
  3.   Top = 121
  4.   ActiveControl = SectionList
  5.   BorderIcons = []
  6.   BorderStyle = bsDialog
  7.   ClientHeight = 262
  8.   ClientWidth = 421
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = [fsBold]
  15.   FormStyle = fsStayOnTop
  16.   Icon.Data = {<image000.ico>}
  17.   OldCreateOrder = True
  18.   Position = poScreenCenter
  19.   OnClose = FormClose
  20.   OnCreate = FormCreate
  21.   OnDestroy = FormDestroy
  22.   OnShow = FormShow
  23.   PixelsPerInch = 96
  24.   TextHeight = 13
  25.   object Bevel1: TBevel
  26.     Left = 4
  27.     Top = 4
  28.     Width = 328
  29.     Height = 221
  30.     Shape = bsFrame
  31.   end
  32.   object ButtonsLabel: TLabel
  33.     Left = 146
  34.     Top = 11
  35.     Width = 119
  36.     Height = 13
  37.     Caption = '&Available buttons:    '
  38.     FocusControl = ButtonsList
  39.   end
  40.   object CategoriesLabel: TLabel
  41.     Left = 12
  42.     Top = 11
  43.     Width = 81
  44.     Height = 13
  45.     Caption = '&Categories:    '
  46.   end
  47.   object HintLabel: TLabel
  48.     Left = 8
  49.     Top = 231
  50.     Width = 407
  51.     Height = 29
  52.     AutoSize = False
  53.     Caption = 
  54.       'To add command buttons, drag and drop buttons onto the SpeedBar.' +
  55.       ' To remove command buttons, drag them off of the SpeedBar.'
  56.     WordWrap = True
  57.   end
  58.   object ButtonsList: TDrawGrid
  59.     Left = 146
  60.     Top = 30
  61.     Width = 179
  62.     Height = 188
  63.     ColCount = 1
  64.     DefaultColWidth = 169
  65.     DefaultRowHeight = 26
  66.     FixedCols = 0
  67.     RowCount = 1
  68.     FixedRows = 0
  69.     Options = [goDrawFocusSelected, goRowSelect]
  70.     ScrollBars = ssVertical
  71.     TabOrder = 1
  72.     OnDrawCell = ButtonsListDrawCell
  73.     OnMouseDown = ButtonsListMouseDown
  74.     OnMouseMove = ButtonsListMouseMove
  75.     OnMouseUp = ButtonsListMouseUp
  76.     OnSelectCell = ButtonsListSelectCell
  77.   end
  78.   object SectionList: TDrawGrid
  79.     Left = 12
  80.     Top = 30
  81.     Width = 129
  82.     Height = 188
  83.     ColCount = 1
  84.     DefaultColWidth = 127
  85.     DefaultRowHeight = 15
  86.     FixedCols = 0
  87.     RowCount = 1
  88.     FixedRows = 0
  89.     Options = [goDrawFocusSelected, goRowSelect]
  90.     ScrollBars = ssVertical
  91.     TabOrder = 0
  92.     OnDrawCell = SectionListDrawCell
  93.     OnSelectCell = SectionListSelectCell
  94.   end
  95.   object CloseBtn: TButton
  96.     Left = 339
  97.     Top = 12
  98.     Width = 77
  99.     Height = 25
  100.     Cancel = True
  101.     Default = True
  102.     ModalResult = 1
  103.     TabOrder = 2
  104.     OnClick = CloseBtnClick
  105.   end
  106.   object HelpBtn: TButton
  107.     Left = 339
  108.     Top = 44
  109.     Width = 77
  110.     Height = 25
  111.     TabOrder = 3
  112.     OnClick = HelpBtnClick
  113.   end
  114. end
  115.